home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Bookmarks Synchronizer / bookmarksftp1_0_1.xpi / install.rdf
Extensible Markup Language  |  2004-11-09  |  2KB  |  38 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>{e133f188-27e7-401d-be2e-804643793acb}</em:id>
  8.     <em:version>1.0.1</em:version>
  9.     
  10.     <em:targetApplication>
  11.       <Description>
  12.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  13.         <em:minVersion>0.10</em:minVersion>
  14.         <em:maxVersion>1.0</em:maxVersion>
  15.       </Description>
  16.     </em:targetApplication>
  17.     
  18.     <!-- Front End MetaData -->
  19.     <em:name>Bookmarks Synchronizer</em:name>
  20.     <em:description>Bookmarks Synchronizer is a Mozilla Firefox extension that let you connect to an FTP/WebDAV server and synchronize your bookmarks that are stored in an XML file. Setup is easy; just write in your FTP/WebDAV server address, username, password and a name for the XML file (by default called xbel.xml). To start, press Upload to create the file on the server and set if you want to automatically download the file on startup or upload it when you close your browser.</em:description>
  21.     <em:creator>Torisugari</em:creator>
  22.     <em:contributor>David H</em:contributor>
  23.     <em:contributor>dyh</em:contributor>
  24.     <em:iconURL>chrome://bookmarksftp/skin/icon.png</em:iconURL>
  25.     <em:homepageURL>http://cgi29.plala.or.jp/mozzarel/</em:homepageURL>
  26.     <em:optionsURL>chrome://bookmarksftp/content/bmsyncOptions.xul</em:optionsURL>
  27.     
  28.     <em:file>
  29.       <Description about="urn:mozilla:extension:file:bookmarksftp.jar">
  30.         <em:package>content/</em:package>
  31.         <em:locale>locale/en-US/</em:locale>
  32.         <em:locale>locale/ja-JP/</em:locale>
  33.         <em:skin>skin/</em:skin>
  34.       </Description>
  35.     </em:file>
  36.   </Description>
  37. </RDF>
  38.